home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / prog / gnu-c / os-include / proto / alib.h next >
Encoding:
C/C++ Source or Header  |  1994-09-22  |  166 b   |  10 lines

  1. #ifndef PROTO_ALIB_H
  2. #define PROTO_ALIB_H
  3.  
  4. #include <clib/alib_protos.h>
  5. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  6. #include <inline/alib.h>
  7. #endif
  8.  
  9. #endif
  10.